2024-03-21

Introduction

  • This is a brief presentation considering whether there appears to be a relationship between temperature and ozone levels across different months.

  • The data are taken from the datasets library in R, as at 2024-03-21.

library(ggplot2); library(plotly); library(datasets)
data <- airquality

Slide with Plot